home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_610 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  153 b   |  11 lines

  1. if(_root.WarningShowed_balloon)
  2. {
  3.    this.stop();
  4.    this._visible = false;
  5. }
  6. else
  7. {
  8.    _root.stop();
  9.    _root.WarningShowed_balloon = true;
  10. }
  11.